PWordSpace(short dWordMin, short dWordDesired, short dWordMax);
short dWordMin;
Minimum space, as a percentage from 0% to 500% in tenths of a percent (100.0% = 1000).
kParmDontCare to leave current setting unchangedshort dWordDesired;
Desired space, as a percentage from 0% to 500% in tenths of a percent (100.0% = 1000).
kParmDontCare to leave current setting unchangedshort dWordMax;
Maximum space, as a percentage from 0% to500% in tenths of a percent (100.0% = 1000).
kParmDontCare to leave current setting unchanged
PWordSpace(const PGetWordSpace& wordSpace);
This constructor takes a PGetWordSpace query object and uses its values to set the word space settings. This can be useful to save and restore settings.Spacing percentage relates to font. The percentages specified for the parameter values are relative to the size of the space character provided by the font manufacturer.
Relationships of the three parameters. Make sure that dWordMin is less than or equal to the percentage set for dWordDesired, and that dWordMax is greater than or equal to the percentage set for dWordDesired.
Example. The following example sets the minimum spacing allowed between words at 75% of the desired spacing (the space band for the selected font), and sets the maximum spacing at 50% larger than the desired spacing.
PWordSpace(750, 1000, 1500);
Adobe PageMaker 6.5 Help > Commands > Type > Paragraph
Comments or suggestions? Contact Adobe Developer Support